pub unsafe extern "C" fn FRD_IsValidFriendCode(
    friendCode: u64_,
    isValid: *mut bool
) -> Result
Expand description

Checks if the friend code is valid.

§Arguments

  • friendCode - The friend code being used.
  • isValid - Pointer to write the validity of the friend code to.