[][src]Function pspsdk_sys::sdk::sceNetApctlInit

pub unsafe extern "C" fn sceNetApctlInit(
    stackSize: c_int,
    initPriority: c_int
) -> c_int

Init the apctl.

@param stackSize - The stack size of the internal thread.

@param initPriority - The priority of the internal thread.

@return < 0 on error.