pub unsafe extern "C" fn hs_populate_platform(
    platform: *mut hs_platform_info_t
) -> hs_error_t
Expand description

Populates the platform information based on the current host.

@param platform On success, the pointed to structure is populated based on the current host.

@return @ref HS_SUCCESS on success, other values on failure.