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