Function ctru_sys::FRD_PrincipalIdToFriendCode
source · pub unsafe extern "C" fn FRD_PrincipalIdToFriendCode(
principalId: u32_,
friendCode: *mut u64_
) -> Result
Expand 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.