pub unsafe extern "C" fn FRD_IsValidFriendCode(
friendCode: u64_,
isValid: *mut bool,
) -> ResultExpand 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.