pub unsafe extern "C" fn FRD_PrincipalIdToFriendCode(
principalId: u32_,
friendCode: *mut u64_,
) -> ResultExpand description
Returns the friend code using the given principal ID.
ยงArguments
principalId- The principal ID being used.friendCode- Pointer to write the friend code to.